[[tags: manual]]
[[toc:]]

== Other support procedures

=== argc+argv

<procedure>(argc+argv)</procedure>

Returns two values: an integer and a foreign-pointer object representing the {{argc}}
and {{argv}} arguments passed to the current process.

---
Previous: [[Locations]]

Next: [[C interface]]
